[codex] Add runtime deploy local skill#17
Conversation
Signed-off-by: 117503445 <t117503445@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR adds a new local skill document (agentrun-cli-runtime-deploy) intended to guide agents through preparing and deploying projects as AgentRun Runtimes (scripts + agentruntime.yaml + ar runtime apply flow), and links to that skill from both the English and Chinese READMEs.
Changes:
- Added a new local skill markdown doc describing the end-to-end Runtime deploy preparation workflow.
- Linked the skill from
README.mdandREADME_zh.mdvia a raw GitHub URL.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/agentrun-cli-runtime-deploy/SKILL.md | Adds the new runtime deploy skill content and examples. |
| README.md | Adds an English README section linking to the new skill. |
| README_zh.md | Adds a Chinese README section linking to the new skill. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: HaoTian Qi <t117503445@gmail.com>
43b2053 to
0ea4a9b
Compare
Sodawyx
left a comment
There was a problem hiding this comment.
建议暂不合并。这个 PR 方向是对的,但还需要补齐:Skill 对外名称统一为 run-your-agents;Release workflow 中打包并发布 skill zip,README 给出版本化公网下载和安装步骤;同时修复 SKILL.md 的 Markdown 代码块渲染问题。
| @@ -0,0 +1,69 @@ | |||
| --- | |||
| name: agentrun-cli-runtime-deploy | |||
There was a problem hiding this comment.
这个 Skill 名称建议改成 run-your-agents,并同步目录名、frontmatter name、README 标题/链接和后续 Release asset 名称。现在的 agentrun-cli-runtime-deploy 更像实现细节,对外安装和传播时不够清晰。
| deployment, including setup/start scripts, `agentruntime.yaml`, cloud build | ||
| configuration and the `ar runtime apply` flow. | ||
|
|
||
| [View the full skill](https://raw.githubusercontent.com/Serverless-Devs/agentrun-cli/main/skills/agentrun-cli-runtime-deploy/SKILL.md) |
There was a problem hiding this comment.
这里现在链接的是 main 分支 raw 文件,无法控制版本,也不是可直接安装的发布包。建议在 .github/workflows/release.yml 中将 skills/run-your-agents/ 打成 run-your-agents-${VERSION}.zip 并上传到 GitHub Release(含 sha256),README/README_zh 改为版本化公网下载链接和安装步骤。
| timeoutMinutes: 20 | ||
| cpu: 4 | ||
| memory: 8192 | ||
| port: 9000 |
There was a problem hiding this comment.
这里需要在 YAML 示例后补上 closing fence()。当前 head 里 ` yaml ` 没有关掉,后面的“镜像仓库”和“验证命令”都会被 Markdown 渲染进代码块。
Summary
Validation